ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ChartAxis<T> Class / Name Property

In This Topic
    Name Property (ChartAxis<T>)
    In This Topic
    Gets or sets the axis name.
    Syntax
    'Declaration
     
    
    Public Property Name As String
    public string Name {get; set;}
    See Also